throwing_ptr
Smart pointers that throw on dereference if null
Public Types | List of all members
throwing::detail::_Unique_if< T[]> Struct Template Reference

true for throwing::unique_ptr to arrays of unknown length More...

Public Types

typedef throwing::unique_ptr< T[]> _Unknown_bound
 

Detailed Description

template<class T>
struct throwing::detail::_Unique_if< T[]>

true for throwing::unique_ptr to arrays of unknown length

Definition at line 673 of file unique_ptr.hpp.

Member Typedef Documentation

◆ _Unknown_bound

template<class T >
typedef throwing::unique_ptr<T[]> throwing::detail::_Unique_if< T[]>::_Unknown_bound

Definition at line 674 of file unique_ptr.hpp.


The documentation for this struct was generated from the following file: